/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  8
     \\/     M anipulation  |
-------------------------------------------------------------------------------
Description
    Writes out values of fields from cells nearest to specified locations.

\*---------------------------------------------------------------------------*/

type		probes;
libs		("libsampling.so");
writeControl	timeStep;
writeInterval	1;

fields (p U);
probeLocations
(
    (-0.8 0.1 0)
    (-0.8 0.1 0.02)
    (-0.8 0.1 0.04)
    (-0.8 0.1 0.06)
    (-0.8 0.1 0.08)
    (-0.8 0.1 0.1)
    (-0.8 0.1 0.12)
    (-0.8 0.1 0.14)
    (-0.8 0.1 0.16)
    (-0.8 0.1 0.18)
    (-0.8 0.1 0.2)
    (-0.2 0.1 0)
    (-0.2 0.1 0.02)
    (-0.2 0.1 0.04)
    (-0.2 0.1 0.06)
    (-0.2 0.1 0.08)
    (-0.2 0.1 0.1)
    (-0.2 0.1 0.12)
    (-0.2 0.1 0.14)
    (-0.2 0.1 0.16)
    (-0.2 0.1 0.18)
    (-0.2 0.1 0.2)
    (0.2 0.2 0)
    (0.2 0.2 0.02)
    (0.2 0.2 0.04)
    (0.2 0.2 0.06)
    (0.2 0.2 0.08)
    (0.2 0.2 0.1)
    (0.2 0.2 0.12)
    (0.2 0.2 0.14)
    (0.2 0.2 0.16)
    (0.2 0.2 0.18)
    (0.2 0.2 0.2)
    (0.6 0.2 0)
    (0.6 0.2 0.02)
    (0.6 0.2 0.04)
    (0.6 0.2 0.06)
    (0.6 0.2 0.08)
    (0.6 0.2 0.1)
    (0.6 0.2 0.12)
    (0.6 0.2 0.14)
    (0.6 0.2 0.16)
    (0.6 0.2 0.18)
    (0.6 0.2 0.2)
    (0.4 0.1 0)
    (0.4 0.1 0.02)
    (0.4 0.1 0.04)
    (0.4 0.1 0.06)
    (0.4 0.1 0.08)
    (0.4 0.1 0.1)
    (0.4 0.1 0.12)
    (0.4 0.1 0.14)
    (0.4 0.1 0.16)
    (0.4 0.1 0.18)
    (0.4 0.1 0.2)
    (0.8 0.1 0)
    (0.8 0.1 0.02)
    (0.8 0.1 0.04)
    (0.8 0.1 0.06)
    (0.8 0.1 0.08)
    (0.8 0.1 0.1)
    (0.8 0.1 0.12)
    (0.8 0.1 0.14)
    (0.8 0.1 0.16)
    (0.8 0.1 0.18)
    (0.8 0.1 0.2)
    (1.4 0.1 0)
    (1.4 0.1 0.02)
    (1.4 0.1 0.04)
    (1.4 0.1 0.06)
    (1.4 0.1 0.08)
    (1.4 0.1 0.1)
    (1.4 0.1 0.12)
    (1.4 0.1 0.14)
    (1.4 0.1 0.16)
    (1.4 0.1 0.18)
    (1.4 0.1 0.2)
);

// ************************************************************************* //
